crypto/tls.serverHelloMsg.ocspStapling (field)

7 uses

	crypto/tls (current package)
		handshake_client.go#L665: 		if !hs.serverHello.ocspStapling {
		handshake_client_tls13.go#L188: 	if hs.serverHello.ocspStapling ||
		handshake_messages.go#L719: 	ocspStapling                 bool
		handshake_messages.go#L741: 	if m.ocspStapling {
		handshake_messages.go#L902: 			m.ocspStapling = true
		handshake_server.go#L555: 		hs.hello.ocspStapling = true
		handshake_server.go#L580: 	if hs.hello.ocspStapling {